func reflect.copyVal
5 uses
reflect (current package)
map.go#L171: return copyVal(typ, fl, e)
map.go#L231: a[i] = copyVal(keyType, fl, key)
map.go#L256: return copyVal(ktype, iter.m.flag.ro()|flag(ktype.Kind()), iterkey)
map.go#L300: return copyVal(vtype, iter.m.flag.ro()|flag(vtype.Kind()), iterelem)
value.go#L1881: func copyVal(typ *abi.Type, fl flag, ptr unsafe.Pointer) Value {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |